home *** CD-ROM | disk | FTP | other *** search
- object WhoAreYouDlg: TWhoAreYouDlg
- Left = 591
- Top = 159
- BorderStyle = bsDialog
- Caption = 'Who are you?'
- ClientHeight = 238
- ClientWidth = 335
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 321
- Height = 185
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 291
- Height = 13
- Caption = 'This game needs an identifier to keep track of you.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 24
- Top = 48
- Width = 252
- Height = 13
- Caption = 'An obvious choice would be your first name.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 24
- Top = 80
- Width = 224
- Height = 13
- Caption = 'Enter one below, or select from the list.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object OKBtn: TButton
- Left = 131
- Top = 204
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object AskChkBox: TCheckBox
- Left = 40
- Top = 156
- Width = 97
- Height = 17
- Caption = 'Ask at startup.'
- State = cbChecked
- TabOrder = 1
- OnClick = AskChkBoxClick
- end
- object NameCombo: TComboBox
- Left = 36
- Top = 116
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- end
- end
-